Skip to main content
POST
/
api
/
v3
/
chargers
/
{charger_uuid}
/
settings
/
plug-charge
Set Plug & Charge
curl --request POST \
  --url https://app.plugchoice.com/api/v3/chargers/{charger_uuid}/settings/plug-charge \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "enabled": true,
  "card_uid": "bngzmiyvdljnikhw"
}
'
{}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

charger_uuid
string
required

Body

application/json
enabled
boolean
required
Example:

true

card_uid
string

This field is required when enabled is true. Must not be greater than 20 characters.

Example:

"bngzmiyvdljnikhw"

Response

204 - application/json
object | null

Plug & Charge status updated successfully

The response is of type object.